home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 2006 April / DPPRO0406DVD.ISO / Essentials / Programming / Eclipse SDK / eclipse-SDK-3.1.1-win32.exe / eclipse / plugins / org.eclipse.ui.intro_3.1.1.jar / .options next >
Encoding:
Text File  |  2005-09-29  |  1.2 KB  |  29 lines

  1. # Debugging options for the org.eclipse.ui intro.
  2.  
  3. # Master flag for all org.eclipse.ui.intro plugin debug options.
  4. org.eclipse.ui.intro/debug = true
  5.  
  6. # Enable logging of information messages in the plugin. By default, info
  7. # messages are not logged. Setting this option to true will enable logging
  8. # trace information messages.
  9. org.eclipse.ui.intro/trace/logInfo = true
  10.  
  11. # Enable logging of performance messages in the plugin. By default, performance
  12. # messages are not logged. Setting this option to true will enable logging
  13. # trace information messages. (note: enabling info logging does not enable
  14. # this flag.)
  15. org.eclipse.ui.intro/trace/logPerformance = false
  16.  
  17. # Enable printing the generated HTML to the console.  By default, the HTML
  18. # is not printed.  By setting this option to true, the HTML for each 
  19. # dynamic page will be printed to the console when the page is loaded in the browser.  
  20. org.eclipse.ui.intro/trace/printHTML = false
  21.  
  22. # Performance flags used by the Performance framework to report failures 
  23. # of specific thresholds.  
  24.  
  25. # Time to create and display the full Intro view.
  26. # org.eclipse.ui.intro/perf/createView = 1000
  27.  
  28. # Time needed to switch between Intro standby states.
  29. # org.eclipse.ui.intro/perf/setStandbyState = 300